.header {
  width: 100%;
  z-index: 100;
  transition: all 0.5s;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.header-box {
  height: 85px;
  opacity: 1;
  overflow: initial;
  transition: all 1s ease;
  color: #fff;
}
.header-box .center {
  align-items: center;
}
.header-box a {
  color: #fff;
}
.header-box .head-logo {
  margin-right: 50px;
}
.header-box .head-logo img {
  display: block;
  height: 70px;
}
.header-box .sy-nav {
  flex: 1;
  justify-content: flex-start;
  height: 100%;
  margin-right: 40px;
}
.header-box .sy-nav > li {
  font-size: 16px;
  text-align: center;
  margin-right: 25px;
  position: relative;
}
.header-box .sy-nav > li span {
  position: relative;
}
.header-box .sy-nav > li span::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #3180e6;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
  transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
  top: 0px;
  left: 0px;
  border-width: 2px 0 0 2px;
  transition: all 0.2s;
  opacity: 0;
}
.header-box .sy-nav > li span::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #3180e6;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
  transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
  bottom: 0px;
  right: 0px;
  transition: all 0.2s;
  border-width: 0 2px 2px 0;
  opacity: 0;
}
.header-box .sy-nav > li .link-a {
  line-height: 85px;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.header-box .sy-nav > li:hover span {
  color: #3180e6;
}
.header-box .sy-nav > li:hover span::before {
  top: -5px;
  left: -10px;
  opacity: 1;
}
.header-box .sy-nav > li:hover span::after {
  bottom: -5px;
  right: -10px;
  opacity: 1;
}
.header-box .sy-nav > li:hover:hover .in-link {
  transform: translateX(-50%) scale(1);
  opacity: 1;
}
.header-box .sy-nav > li.active span {
  color: #3180e6;
}
.header-box .sy-nav > li.active span::before {
  top: -5px;
  left: -10px;
  opacity: 1;
}
.header-box .sy-nav > li.active span::after {
  bottom: -5px;
  right: -10px;
  opacity: 1;
}
.header-box .in-link {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%) scale(0);
  background: #111;
  transition: all 0.3s;
  opacity: 0;
}
.header-box .in-link li {
  border-bottom: 1px solid #000;
  border-bottom: 1px solid #1b1b1b;
}
.header-box .in-link li a {
  display: block;
  padding: 0 30px;
  line-height: 50px;
  white-space: nowrap;
  font-weight: bold;
  color: #808080;
}
.header-box .in-link li:hover a {
  color: #3180e6;
}
.header-box .head-soso {
  font-style: italic;
  position: relative;
}
.header-box .head-soso .soso-btn {
  width: 30px;
  cursor: pointer;
  display: block;
}
.header-box .inside {
  position: absolute;
  width: 300px;
  padding: 20px;
  background: #fff;
  right: -180px;
  bottom: -105px;
  visibility: hidden;
  transition: all 0.3s;
  opacity: 0;
}
.header-box .inside .soso {
  font-size: 15px;
  background: #f4f4f4;
  height: 50px;
  width: 220px;
  border: none;
  padding: 0 10px;
  outline: none;
}
.header-box .inside .soso-send {
  border: none;
  background: #3180e6;
  color: #fff;
  width: 40px;
  height: 50px;
  cursor: pointer;
}
.header-top {
  background: rgba(1, 27, 58, 0.85);
  color: #808080;
  line-height: 24px;
  padding: 13px;
  font-size: 13px;
}
.header-top .center {
  justify-content: start;
}
.header-top .item {
  margin-right: 55px;
}
.header-top em {
  color: #fff;
}
.winT {
  background: #111;
}
.sy-banner {
  width: 100vw;
  height: 100vh;
}
.sy-banner .swiper-slide {
  background-size: cover;
}
.banner-con {
  position: absolute;
  background: rgba(0, 94, 166, 0.85);
  top: 50%;
  left: 10vw;
  transform: translateY(-40%);
  color: #fff;
  padding: 30px 50px;
  min-width: 500px;
  min-height: 400px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
.banner-con h1 {
  font-size: 75px;
  line-height: 88px;
  font-weight: 100;
}
.banner-con h2 {
  font-size: 30px;
  white-space: nowrap;
}
.banner-con .banner-more {
  display: block;
  background: #fff;
  width: 120px;
  height: 35px;
  line-height: 35px;
  border-radius: 35px;
  text-align: center;
  transition: all 0.5s;
}
.banner-con .banner-more:hover {
  background: #111;
  color: #fff;
}
.banner-con .row {
  position: absolute;
  bottom: 20px;
  right: 50px;
}
.banner-con .row img {
  cursor: pointer;
}
.sy-box1 {
  margin-top: -75px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.sy-box1 .yellow-line {
  width: 100%;
  height: 4px;
  background: #e89211;
}
.sy-box1 .gongsi {
  background: #1864c7;
  padding: 30px 30px 20px;
  float: right;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
}
.sy-box1 .gongsi .five {
  text-indent: 2em;
}
.sy-box1 .gongsi a {
  display: block;
  background: #fff;
  width: 108px;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  text-align: center;
  transition: all 0.5s;
  float: right;
  margin-top: 28px;
}
.sy-box1 .gongsi a:hover {
  background: #111;
  color: #fff;
}
.gongsi-img img {
  display: block;
  width: 400px;
  height: 310px;
}
.sy-title {
  font-size: 48px;
  text-align: center;
}
.sy-title span {
  position: relative;
  font-weight: 200;
}
.sy-title span::after {
  position: absolute;
  display: block;
  content: "";
  left: -40px;
  top: -25px;
  width: 28px;
  height: 28px;
  border-top: 2px solid #3180e6;
  border-left: 2px solid #3180e6;
}
.sy-title h2 {
  font-size: 16px;
  line-height: 30px;
  margin: 30px 0;
}
.sy-box2 {
  margin-top: 80px;
}
.sy-case .item {
  width: 370px;
  position: relative;
}
.sy-case .item:not(:nth-child(3n)) {
  margin-right: 45px;
}
.sy-case .item:hover .shadow {
  opacity: 1;
  border: 8px solid #3180e6;
}
.sy-case .item:hover .case-t {
  opacity: 0;
}
.sy-case .item:hover .case-et {
  margin: 20px 0 30px;
}
.sy-case .item:hover .case-et::after {
  width: 100%;
}
.sy-case .img {
  position: relative;
}
.sy-case .img img {
  width: 370px;
  height: 250px;
  display: block;
}
.sy-case .shadow {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 30px;
  color: #3180e6;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 0.5s;
}
.sy-case .case-t {
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  color: #111;
  text-align: center;
  font-size: 24px;
  font-weight: 200;
  position: absolute;
  background: #fff;
  top: 210px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  white-space: nowrap;
  transition: all 0.5s;
}
.sy-case .case-et {
  font-size: 17px;
  font-style: italic;
  color: #7d7d7d;
  transition: all 0.4s;
  text-align: center;
  margin: 35px 0;
  position: relative;
}
.sy-case .case-et::after {
  content: '';
  width: 40px;
  height: 2px;
  background: #111;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sy-box3 {
  margin: 40px 0 0;
}
.sy-box3 .item {
  flex: 1;
  padding: 60px 20px;
}
.sy-box3 .item:nth-child(1) {
  background: #3180e6;
}
.sy-box3 .item:nth-child(2) {
  background: #1a6ed9;
}
.sy-box3 .item:nth-child(3) {
  background: #1864c7;
}
.sy-box3 .img {
  margin-right: 30px;
  width: 140px;
}
.sy-box3 .img img {
  width: 140px;
}
.sy-box3 .text {
  flex: 1;
  color: #fff;
}
.sy-box3 .text h1 {
  font-size: 38px;
  line-height: 44px;
  font-weight: 300;
  margin-bottom: 14px;
}
.sy-box3 .text h2 {
  font-size: 16px;
  line-height: 30px;
}
.sy-box4 {
  background: #f7f7f7;
  padding-top: 80px;
  padding-bottom: 20px;
}
.kh-case-swiper a {
  display: block;
  width: 300px;
  height: 300px;
  position: relative;
}
.kh-case-swiper a .img {
  background: #dcdcdc;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 100%;
}
.kh-case-swiper a .img img {
  display: block;
  max-width: 300px;
  max-height: 300px;
  transition: all 0.5s;
}
.kh-case-swiper a .shadow {
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 8px solid #3180e6;
  opacity: 0;
  transition: all 0.5s;
  padding: 0 20px;
}
.kh-case-swiper a:hover .shadow {
  opacity: 1;
}
.kh-case-swiper a:hover img {
  transform: scale(1.1);
}
.case-more {
  margin: 30px auto;
  display: block;
  height: 50px;
  line-height: 48px;
  border-radius: 10px;
  width: 160px;
  text-align: center;
  font-size: 18px;
  border: 1px solid #dcdcdc;
  transition: 0.3s;
}
.case-more:hover {
  background: #3180e6;
  color: #fff;
}
.sy-box5 {
  background: url(../images/solution-bg.jpg) bottom center no-repeat;
  overflow: hidden;
  padding-top: 50px;
}
.sy-fangan {
  text-align: center;
  margin: 50px auto;
  border-bottom: 1px solid #dcdcdc;
}
.sy-fangan .item {
  flex: 1;
}
.sy-fangan .item:not(:last-child) {
  border-right: 1px solid #dcdcdc;
}
.sy-fangan .item a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 80px 0 110px;
}
.sy-fangan .item a:hover {
  background: #3180e6;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
}
.sy-fangan .item a:hover h1 {
  color: #fff;
}
.sy-fangan .item a:hover h2 {
  color: #fff;
}
.sy-fangan .item a:hover h2::after {
  background: #fff;
  width: 70%;
}
.sy-fangan .item a:hover h3 {
  color: #fff;
}
.sy-fangan img {
  display: block;
  width: 70px;
  margin: 0 auto 20px;
}
.sy-fangan h1 {
  font-weight: 300;
  font-size: 30px;
  line-height: 35px;
  color: #111111;
  margin-bottom: 14px;
  transition: 0.3s;
}
.sy-fangan h2 {
  font-size: 17px;
  color: #7d7d7d;
  transition: 0.3s;
  font-style: italic;
}
.sy-fangan h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  transition: 0.3s;
  background: #3180e6;
  margin: 50px auto 0;
}
.sy-fangan h3 {
  font-size: 18px;
  line-height: 30px;
  transition: all 0.3s;
  padding: 30px;
}
.news-top {
  height: 500px;
  background: url(../images/banner-1.jpg) center no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-top .sy-title span::after {
  border-top: 2px solid #ffffff;
  border-left: 2px solid #fff;
}
.news-top h3 {
  font-size: 22px;
}
.sy-news {
  overflow: hidden;
  margin-bottom: 80px;
}
.sy-news .sy-title {
  margin: 40px auto 30px;
}
.sy-news .list .item {
  width: 380px;
}
.sy-news .list .item .img {
  width: 100%;
  height: 240px;
}
.sy-news .list .item .info h1 {
  font-size: 16px;
  color: #999999;
  line-height: 40px;
}
.sy-news .list .item .info h2 {
  font-size: 18px;
  color: #333333;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  transition: all 0.3s;
}
.sy-news .list .item .info h2::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  background: #f1f1f1;
  bottom: 0;
  z-index: 2;
}
.sy-news .list .item .info h2::after {
  content: "";
  display: block;
  width: 100px;
  position: absolute;
  height: 2px;
  background: #f6d262;
  bottom: 0;
  z-index: 2;
  left: 0;
  transition: all 0.5s;
}
.sy-news .list .item .info h3 {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  margin-bottom: 15px;
}
.sy-news .list .item .info span {
  color: #1b73bf;
}
.sy-news .list .item:hover img {
  transform: scale(1.1);
}
.sy-news .list .item:hover h2 {
  color: #1b73bf;
}
.sy-news .list .item:hover h2::after {
  width: 100%;
}
.sy-news .list .item:hover span {
  text-decoration: underline;
}
.sy-title2 {
  position: relative;
  text-align: center;
  padding-top: 40px;
  margin: 40px 0;
}
.sy-title2 h1 {
  font-size: 36px;
  color: #0f1a95;
  position: relative;
  z-index: 5;
}
.sy-title2 h2 {
  font-weight: bold;
  font-size: 60px;
  color: #f2f2f2;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  width: 100%;
}
/* 首页新闻完成 */
/* foot*/
.foot-top {
  height: 130px;
  background: url(../images/foottop.jpg) center no-repeat;
}
.foot-top .center {
  align-items: center;
  height: 100%;
}
.foot-top .center span {
  font-weight: 100;
  font-size: 29px;
  color: #fff;
}
.foot-top .center a {
  color: #fff;
  position: relative;
  font-size: 16px;
}
.foot-top .center a::after {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 4px;
  background: #fff;
  margin-top: 10px;
  transition: 0.3s;
}
.foot-top .center a:hover::after {
  width: 100%;
}
.foot {
  background: #1e1e1e;
  margin-top: 80px;
}
.foot-con {
  padding: 40px 0 20px;
  color: #808080;
}
.foot-con a {
  color: #808080;
}
.foot-con .text {
  width: 370px;
  line-height: 30px;
  font-size: 16px;
  text-indent: 2em;
}
.f-tit {
  color: #fff;
  margin-bottom: 30px;
  border-bottom: 1px solid #1e1e1e;
  font-size: 24px;
  font-weight: 300;
}
.foot-nav {
  width: 300px;
}
.foot-nav .list {
  margin-top: 40px;
}
.foot-nav .list .item {
  width: 50%;
  line-height: 40px;
}
.foot-nav .list .item span {
  padding-right: 5px;
  transition: 0.5s;
}
.foot-nav .list .item:hover a {
  color: #3180e6;
}
.foot-nav .list .item:hover span {
  padding-right: 2px;
}
.foot-info .lx-a {
  display: block;
  border-radius: 3px;
  color: #fff;
  background-color: #8dc63f;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-style: italic;
  font-size: 14px;
  margin: 10px 0;
}
.foot-info .item {
  justify-content: start;
  align-items: center;
  margin-bottom: 15px;
}
.foot-info .item .img {
  margin-right: 10px;
}
.foot-info .item .iconfont {
  font-size: 40px;
}
.foot-info .item .info h1 {
  color: #fff;
  line-height: 30px;
  font-size: 18px;
}
.foot-info .item .info h2 {
  font-style: italic;
}
.foot-ipc {
  text-align: center;
  color: #808080;
  background: #000;
  height: 80px;
  line-height: 80px;
  position: relative;
}
.foot-ipc a {
  color: #3180e6;
}
.foot-logo {
  display: block;
  height: 90px;
  margin: 0 auto;
}
.go-top {
  position: fixed;
  right: 25px;
  bottom: 25px;
  display: block;
  width: 26px;
  height: 62px;
  z-index: 1111;
  background: url(../images/rocket.png) no-repeat 0 0;
  transition: 0.3s;
  cursor: pointer;
}
.go-top:hover {
  background: url(../images/rocket.png) no-repeat 0 -62px;
}
/** 内页inban **/
.inban {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 625px;
  overflow: hidden;
  z-index: 1;
}
.inban .img {
  height: 100%;
}
.index-con {
  position: relative;
  z-index: 2;
}
.in-title {
  padding-top: 180px;
  font-weight: 300;
  font-size: 48px;
  line-height: 1.35em;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
.in-nav {
  color: #fff;
  font-size: 14px;
  display: flex;
  margin-top: 10px;
  align-items: center;
}
.in-nav a {
  color: #fff;
}
.in-nav a:hover {
  color: #3180e6;
  text-decoration: underline;
}
.in-nav .item {
  margin-left: 20px;
  background: rgba(0, 0, 0, 0.3);
  padding: 10px;
  border-radius: 10px;
  color: #3180e6;
}
.page-content {
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  width: 1300px;
  margin: 100px auto 0;
  padding: 50px;
  position: relative;
}
.fangan-content .top {
  margin-bottom: 30px;
}
.fangan-content .top h1 {
  font-size: 35px;
  color: #3180e6;
}
.fangan-content .top h2 {
  font-size: 20px;
}
.gongsi .top .img {
  width: 570px;
  display: flex;
  align-items: center;
}
.gongsi .top .img img {
  display: block;
  width: 100%;
}
.gongsi .top .gongsi-info {
  padding: 24px 0 24px 24px;
  flex: 1;
}
.gongsi .top .gongsi-info h1 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 24px;
}
.gongsi .top .gongsi-info .info {
  font-size: 16px;
  line-height: 32px;
}
.gongsi .btm {
  margin-top: 40px;
  padding: 0 15px;
}
.gongsi-t {
  font-size: 30px;
  margin-bottom: 20px;
}
.gongsi-next,
.gongsi-prev {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  cursor: pointer;
}
.gongsi-next span,
.gongsi-prev span {
  font-size: 30px;
  color: #fff;
  line-height: 50px;
}
.gongsi-next {
  right: 0;
}
.gongsi-prev {
  left: 0;
}
.gonsi-swiper {
  width: 100%;
}
.gonsi-swiper img {
  display: block;
  width: 100%;
  height: 500px;
}
.gongsi-pagination {
  display: flex;
  align-items: center;
  margin-top: 20px;
  justify-content: center;
}
.gongsi-pagination .swiper-pagination-bullet {
  display: block;
  width: 15px !important;
  height: 15px !important;
}
.culture .row .box {
  width: 50%;
}
.culture .item {
  padding-bottom: 48px;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 48px;
}
.culture .item h1 {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 34px;
  color: #111;
  font-weight: 300;
}
.culture .item h2 {
  font-size: 18px;
  line-height: 36px;
  color: #7d7d7d;
}
.manufacture img {
  display: block;
  width: 100%;
}
.manufacture .item {
  margin-bottom: 40px;
}
.manufacture .item h1 {
  font-size: 48px;
  font-weight: 300;
}
.manufacture .item p {
  font-size: 16px;
  line-height: 32px;
  color: #7d7d7d;
  margin: 30px 0;
}
/** 新闻列表 **/
.news-list {
  background: #fff;
  padding: 20px;
}
.news-list .item {
  margin-bottom: 30px;
}
.news-list .item:hover .info h1 {
  color: #3180e6;
}
.news-list .item:hover .info h2:after {
  width: 100%;
}
.news-list .item:hover img {
  transform: scale(1.1);
}
.news-list .img {
  width: 285px;
  height: 180px;
}
.news-list .info {
  width: 865px;
  padding-left: 30px;
}
.news-list .info h1 {
  font-size: 18px;
  color: #333;
  line-height: 35px;
  transition: all 0.3s;
}
.news-list .info h2 {
  font-size: 16px;
  color: #999999;
  padding-bottom: 10px;
  border-bottom: 2px solid #f1f1f1;
  position: relative;
  margin-bottom: 15px;
}
.news-list .info h2::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background: #3180e6;
  position: absolute;
  bottom: -2px;
  transition: all 0.5s;
  left: 0;
}
.news-list .info h3 {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
.news-list .info h4 {
  color: #1b73bf;
  margin-top: 20px;
}
.news-info .left {
  width: 880px;
}
.news-info .left .top {
  padding-bottom: 15px;
}
.news-info .left .top h1 {
  font-size: 20px;
  color: #333333;
  margin-bottom: 15px;
}
.news-info .left .top h2 {
  font-size: 14px;
  color: #999999;
}
.news-info .left .info-c {
  padding: 15px 0;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 15px;
}
.news-info .tuijian {
  width: 265px;
}
.news-info .tuijian .title {
  font-size: 20px;
  color: 333333;
  border-bottom: 2px solid #cbcbcb;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.news-info .tuijian .title::after {
  content: "";
  display: block;
  width: 75px;
  height: 2px;
  background: #217fc2;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.news-info .tuijian .list .item {
  margin-bottom: 20px;
}
.news-info .tuijian .list .item .img {
  width: 100%;
  height: 140px;
  margin-bottom: 10px;
}
.news-info .tuijian .list .item a {
  display: block;
}
.news-info .tuijian .list .item a h1 {
  font-size: 16px;
  line-height: 30px;
}
.news-info .tuijian .list .item a h2 {
  font-size: 16px;
  color: #999999;
}
.news-info .tuijian .list .item:hover img {
  transform: scale(1.1);
}
.news-info .tuijian .list .item:hover h1 {
  color: #217fc2;
}
.news-info .tuijian .news-more {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #217fc2;
  margin-top: 20px;
}
.sx-pian .one {
  font-size: 16px;
  color: #666666;
  margin: 15px 0;
}
.sx-pian .one a {
  color: #666666;
  transition: all 0.3s;
}
.sx-pian .one:hover a {
  color: #217fc2;
  text-decoration: underline;
}
/* 产品列表 */
.product-box {
  align-items: flex-start;
}
.product-nav {
  width: 300px;
  border-right: 2px solid #3180e6;
}
.product-nav .item a {
  color: #7d7d7d;
  font-size: 16px;
}
.product-nav .item > a {
  padding: 10px 35px 10px 0;
  display: block;
}
.product-nav .item > a.active {
  color: #3180e6;
}
.product-nav .item > a:hover {
  color: #3180e6;
}
.product-nav .product-in-nav li:hover a {
  color: #3180e6;
}
.product-nav .product-in-nav li:hover a::before {
  background: #1b73bf;
}
.product-nav .product-in-nav li.active a {
  color: #3180e6;
}
.product-nav .product-in-nav li.active a::before {
  background: #1b73bf;
}
.product-nav .product-in-nav a {
  padding: 4px 0 4px 25px;
  position: relative;
  display: block;
  line-height: 20px;
}
.product-nav .product-in-nav a::before {
  content: "";
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  background: #f3f3f3;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  transition: all 0.3s;
  border-radius: 50%;
}
.product-list {
  width: 800px;
  margin-right: 30px;
}
.product-list .item {
  width: 250px;
  margin-bottom: 25px;
  transition: 0.3s;
}
.product-list .item:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.product-list .item:hover .img {
  border: 5px solid #0f1a95;
}
.product-list .item:hover img {
  transform: scale(1.1);
}
.product-list .item:hover h1 {
  color: #3180e6;
}
.product-list .item a {
  display: block;
}
.product-list .item:not(:nth-child(3n)) {
  margin-right: 25px;
}
.product-list .item .img {
  width: 250px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #dcdcdc;
  border: 5px solid rgba(0, 0, 0, 0);
  transition: all 0.3s;
}
.product-list .item .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.product-list .item .info {
  padding: 10px;
  background: #f3f3f3;
  width: 100%;
}
.product-list .item .info h1 {
  font-size: 16px;
  line-height: 20px;
  transition: 0.3s;
  height: 40px;
  color: #111;
}
.product-list .item .info h2 {
  font-size: 16px;
  color: #3180e6;
  margin-top: 10px;
}
.product-info {
  width: 800px;
  margin-right: 30px;
}
.product-info .info-tit {
  font-size: 20px;
  color: #333333;
  margin-bottom: 15px;
}
.product-info .info-time {
  font-size: 14px;
  color: #999999;
}
.product-info .info-c {
  margin: 30px 0;
}
.service-top .item {
  margin-bottom: 80px;
}
.service-top .blue {
  font-size: 25px;
  color: #3180e6;
}
.service-top h1 {
  font-size: 60px;
  line-height: 80px;
  font-weight: 200;
  margin-bottom: 30px;
}
.service-top h2 {
  font-size: 16px;
  margin-bottom: 30px;
}
.service-b {
  background: #f2f2f2;
}
.service-b .item {
  padding: 32px;
  flex: 1;
}
.service-b .item:nth-child(2) {
  background: #e2e2e2;
}
.service-b .item h1 {
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 20px;
}
.service-b .item h2 {
  font-size: 16px;
  line-height: 32px;
  color: #7d7d7d;
}
.down-load .down-t {
  font-size: 16px;
  margin-bottom: 30px;
  color: #7d7d7d;
}
.down-table .top {
  background: #1e1e1e;
  line-height: 55px;
  color: #fff;
}
.down-table .item {
  background: #f3f3f3;
}
.down-table .item:nth-child(2n) {
  background: #ebebeb;
}
.down-table .item:hover {
  background: #fff;
}
.down-table .box {
  min-height: 55px;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  flex: 1;
}
.wenti-list {
  position: relative;
  margin-top: 30px;
}
.wenti-list .qa {
  font-size: 24px;
  margin-right: 15px;
}
.wenti-list .qa span {
  display: block;
}
.wenti-list .qa .question {
  background-color: #111;
  color: #fff;
  padding-top: 5px;
  position: relative;
  left: 0;
  top: 10px;
  width: 50px;
  height: 50px;
  text-align: center;
}
.wenti-list .qa .question::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: -10px;
  left: 0;
  border-style: solid;
  border-width: 10px 25px 0 25px;
  border-color: #111 transparent transparent transparent;
}
.wenti-list .qa .answer {
  padding-top: 10px;
  padding-bottom: 5px;
  background-color: #3180e6;
  color: #fff;
  width: 50px;
  height: 80px;
  text-align: center;
  line-height: 80px;
}
.wenti-list .item {
  justify-content: start;
}
.wenti-list .item .text {
  flex: 1;
}
.wenti-list .item .text > h1 {
  font-size: 30px;
  font-weight: 400;
  margin-top: 10px;
}
.wenti-list .item .text > h2 {
  margin: 25px 0;
  font-weight: 300;
  font-size: 20px;
}
.case-list .item {
  width: 280px;
  text-align: center;
}
.case-list .item:not(:nth-child(4n)) {
  margin-right: 26px;
}
.case-list .item .img {
  width: 280px;
  height: 280px;
}
.case-list .item .img img {
  width: 280px;
  height: 280px;
}
.case-list .item h1 {
  font-size: 16px;
  line-height: 20px;
  margin: 20px;
}
.case-list .item:hover img {
  transform: scale(1.1);
}
.case-list .item:hover h1 {
  color: #3180e6;
}
.hezuo-list .hezuo-t {
  font-size: 40px;
  font-weight: 300;
}
.hezuo-list .item {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 50px;
  margin-bottom: 20px;
}
.hezuo-list .item h1 {
  font-size: 30px;
  line-height: 35px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 18px;
  padding-top: 10px;
}
.hezuo-list .item h2 {
  font-size: 16px;
  line-height: 25px;
  color: #7d7d7d;
}
.lx-top {
  margin-top: 50px;
}
.lx-top .item {
  flex: 1;
  text-align: center;
}
.lx-top .item h1 {
  font-size: 18px;
  color: #333333;
  margin-bottom: 15px;
}
.lx-top .item h2 {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.map {
  margin-top: 50px;
}
#containermap {
  width: 100%;
  height: 400px;
  background-color: #eee;
}
.add {
  font-size: 14px;
}
#imgDemo {
  width: 70%;
}
.BMap_bubble_content {
  text-align: center;
}
.lianxi-t {
  text-align: center;
}
.lianxi-t h1 {
  font-size: 24px;
  color: #014099;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  position: relative;
}
.lianxi-t h1::before {
  content: "";
  display: block;
  background: linear-gradient(to right, #f6f8fb, #8fabd2, #08459c);
  width: 80px;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 400px;
}
.lianxi-t h1::after {
  content: "";
  display: block;
  background: linear-gradient(to right, #08459c, #8fabd2, #f6f8fb);
  width: 80px;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  height: 2px;
  right: 400px;
}
.lianxi-t h2 {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}
.rencai > .item {
  margin-bottom: 30px;
}
.rencai > .item h1 {
  font-size: 48px;
  font-weight: 300;
}
.rencai > .item h2 {
  font-size: 16px;
  line-height: 45px;
  margin: 30px 0;
}
.rencai-table {
  margin-top: 20px;
}
.rencai-table .item {
  background: #f3f3f3;
}
.rencai-table .item .box {
  width: 20%;
  padding: 30px 15px;
}
.rencai-table .item .box:nth-child(3) {
  width: 50%;
}
.rencai-table .item .box:last-child {
  width: 10%;
}
.rencai-table .item:nth-child(2n) {
  background: #ebebeb;
}
.rencai-table .top {
  background: #000;
  color: #fff;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
}
.rencai-table .top .box {
  padding: 0 15px;
}
.xuqiu {
  margin-top: 40px;
}
.xuqiu .xq-inp {
  width: 30%;
  margin: 0 1.55%;
  font-size: 16px;
  background-color: #f3f3f3;
  padding: 15px 20px;
  border-radius: 3px;
  border: none;
  border: 1px solid #fff;
  margin-top: 30px;
  color: #000;
  transition: all 0.3s;
}
.xuqiu .xq-inp:hover {
  border: 1px solid #08459c;
  background: #fff;
}
.xuqiu .xq-sub {
  width: 115px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  position: relative;
  background: #3180e6;
  color: #fff;
  border: none;
  font-size: 16px;
  vertical-align: top;
  margin-top: 30px;
  cursor: pointer;
}
.xuqiu .xq-textarea {
  height: 150px;
  margin-right: 3.1%;
}
.erweima {
  width: 100px;
  height: 100px;
  display: block;
}
.weix {
  width: 40px;
}
.peijian-list {
  width: 900px;
}
.peijian-list .item {
  width: 255px;
  margin-bottom: 40px;
}
.peijian-list .item:not(:nth-child(3n)) {
  margin-right: 50px;
}
.peijian-list .item img {
  width: 255px;
  height: 255px;
  display: block;
  transition: all 0.3s;
}
.peijian-list .item h1 {
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
  font-weight: 300;
}
.peijian-list .item:hover img {
  opacity: 0.75;
}
.peijian-sidebar {
  width: 270px;
}
.peijian-t {
  font-size: 24px;
  margin-bottom: 20px;
}
.peijian-soso {
  margin-bottom: 50px;
}
.peijian-soso .peijian-inp {
  width: 230px;
  height: 50px;
  background: #f3f3f3;
  font-size: 16px;
  border: none;
  padding: 0 10px;
  outline: none;
}
.peijian-soso .peijian-btn {
  width: 40px;
  height: 50px;
  border: none;
  background: #f3f3f3 url("../images/soso22.png") center no-repeat;
  background-size: 60% auto;
  cursor: pointer;
}
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
.peijian-nav a {
  border-bottom: 1px solid #dcdcdc;
  font-size: 16px;
  line-height: 45px;
  color: #7d7d7d;
}
.peijian-nav a.active {
  color: #3180e6;
}
.peijian-box .left {
  width: 900px;
}
.peijian_detail {
  display: flex;
  margin-bottom: 40px;
  padding-left: 30px;
}
.peijian_detail .img {
  width: 365px;
  height: 365px;
  margin-right: 50px;
}
.peijian_detail .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.peijian_detail .info h1 {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 17px;
}
.peijian_detail .info h2 {
  font-size: 16px;
  color: #7d7d7d;
  margin-bottom: 30px;
}
.peijian_detail .info h3 {
  color: #c2c2c2;
  font-size: 16px;
}
.peijian_detail .info h3 a {
  color: #c2c2c2;
}
.peijian_detail .info h3 a:hover {
  color: #0a6999;
}
.inNavA {
  position: relative;
  padding-left: 20px;
}
.inNavA::before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border: 5px solid;
  border-color: transparent transparent transparent #3180e6;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
/*# sourceMappingURL=index.css.map */